forum

home / developersection / forums / jquery show/hide specific news - depending on click

jQuery show/hide specific news - depending on click

marcel ethan 2142 11-May-2013
Hi Expert!

I want to display full article when user clicked on "View Full Article". How to achieve this.

My line of code as following

<script type="text/javascript">
$(document).ready(
    function(){
        $("#show").click(function () {
            $(".news").show("slow");
        });
    });
</script>

Thanks in advance!



Updated on 11-May-2013
marcel ethan

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By